home *** CD-ROM | disk | FTP | other *** search
/ Experimental BBS Explossion 3 / Experimental BBS Explossion III.iso / games / nhak_src.zip / LEV.H < prev    next >
C/C++ Source or Header  |  1993-03-16  |  451b  |  22 lines

  1. /*    SCCS Id: @(#)lev.h    3.0    88/08/05
  2. /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
  3. /* NetHack may be freely redistributed.  See license for details. */
  4.  
  5. /*    Common include file for save.c and restore.c */
  6.  
  7. #ifndef LEV_H
  8. #define LEV_H
  9.  
  10. #ifndef OLD_TOS
  11. # ifdef MACOS
  12. #define OMASK    0x8000    /* O_BINARY */
  13. # else
  14. #define OMASK    0
  15. # endif
  16. #else
  17. #define msmsg    cprintf
  18. #define OMASK    0x8000
  19. #endif
  20.  
  21. #endif /* LEV_H /**/
  22.